Ooopsy. Errors in testo really _should_ be fatal.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 17 Apr 2006 19:46:16 +0000 (19:46 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 17 Apr 2006 19:46:16 +0000 (19:46 +0000)
gpsbabel/testo

index bd7729a70f0024bd414c33ffa228924d4bb344ec..9dc778743bbe89a00d357251991b13bde892b2d6 100755 (executable)
@@ -30,7 +30,7 @@ compare()
 {
        ${DIFF} $* ||  {
                echo ERROR comparing $*
-#              exit 1
+               exit 1
        } 
 }